Recompile agentic workflow lock file from updated .md source#78
Merged
edburns merged 1 commit intogithub:mainfrom Apr 17, 2026
Merged
Conversation
modified: .github/aw/actions-lock.json - Adds new pinned entry for `actions/github-script@v9` (sha `373c709c...`) - Updates `github/gh-aw-actions/setup` pin from `v0.63.1` to `v0.68.3` with new sha modified: .github/workflows/weekly-reference-impl-sync.lock.yml - Regenerated by `gh aw compile` (v0.68.3) from the `.md` source that was hand-edited in PR github#77 without recompiling - Compiler upgraded from v0.51.6 to v0.68.3; schema version v1 to v3 - Frontmatter hash updated to reflect current `.md` content - `create_issue` assignee now correctly reflects `copilot-swe-agent` (was `copilot`) - `assign_to_agent` now includes `model: claude-opus-4.6` - Safe-outputs config updated with new tool entries (`create_report_incomplete_issue`, `report_incomplete`, `noop`) - Action pin references updated to match newer gh-aw-actions versions Signed-off-by: Ed Burns <edburns@microsoft.com>
Contributor
There was a problem hiding this comment.
Pull request overview
This PR recompiles the Agentic Workflows lock file from the updated .md workflow source, aligning the compiled .lock.yml with the hand-edited prompt/frontmatter from PR #77 and upgrading the compiler/action pins used by gh aw compile.
Changes:
- Regenerated
.github/workflows/weekly-reference-impl-sync.lock.ymlusinggh aw compilev0.68.3 (schema v3), picking up the updated frontmatter/tooling/safe-outputs configuration. - Updated pinned action references by adding
actions/github-script@v9and bumpinggithub/gh-aw-actions/setuptov0.68.3in the repo’s actions lock.
Show a summary per file
| File | Description |
|---|---|
.github/workflows/weekly-reference-impl-sync.lock.yml |
Recompiled lock workflow to match current .md source and newer gh-aw compiler output (schema/tools/pins/steps updated). |
.github/aw/actions-lock.json |
Added pin for actions/github-script@v9 and bumped github/gh-aw-actions/setup pin to v0.68.3. |
Copilot's findings
- Files reviewed: 2/2 changed files
- Comments generated: 0
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
modified: .github/aw/actions-lock.json
actions/github-script@v9(sha373c709c...)github/gh-aw-actions/setuppin fromv0.63.1tov0.68.3with new shamodified: .github/workflows/weekly-reference-impl-sync.lock.yml
gh aw compile(v0.68.3) from the.mdsource that was hand-edited in PR Replace ambiguous upstream terminology with reference implementation wording #77 without recompiling.mdcontentcreate_issueassignee now correctly reflectscopilot-swe-agent(wascopilot)assign_to_agentnow includesmodel: claude-opus-4.6create_report_incomplete_issue,report_incomplete,noop)